wip: 🔕 temporary commit

This commit is contained in:
Paramtamtam 2024-06-29 19:53:40 +04:00
parent 4e653f37d3
commit 75476a22c0
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
2 changed files with 2 additions and 14 deletions

View File

@ -14,18 +14,6 @@ jobs:
- run: echo WIP
#jobs:
# purge-cdn-cache:
# name: Purge jsDelivr CDN cache
# runs-on: ubuntu-latest
# steps:
# - uses: gacts/purge-jsdelivr-cache@v1 # Action page: <https://github.com/gacts/purge-jsdelivr-cache>
# with:
# url: |
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@2/l10n/l10n.js
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@2/l10n/l10n.min.js
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/l10n/l10n.js
# https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/l10n/l10n.min.js
#
# build:
# name: Build for ${{ matrix.os }} (${{ matrix.arch }})
# runs-on: ubuntu-latest

View File

@ -45,8 +45,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [linux, darwin] # linux, freebsd, darwin, windows
arch: [amd64] # amd64, 386
os: [linux, darwin, windows] # freebsd
arch: [amd64, arm64] # amd64, 386
needs: [golangci-lint, go-test]
steps:
- uses: actions/checkout@v4