diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:23:07 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-06-28 22:23:07 +0200 |
| commit | bde3f754e57befd2cd58406050442d8bb1c74f64 (patch) | |
| tree | 6ab95122bce87c70d7d9e6c1d1e0ffc1f3c2ea80 | |
| parent | f06597e3d8a685a1fbc08ce249da0418c34a2eaa (diff) | |
Remove unsupported pair on Action's worker
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7c3f0e..164779f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,6 @@ jobs: export GOARCH=amd64 go build -o svgu-windows-amd64.exe cmd/svgu/svgu.go - export GOARCH=arm64 - go build -o svgu-windows-arm64.exe cmd/svgu/svgu.go - # Plan 9 from Bell Labs export GOOS=plan9 |
