Skip to content

Commit

Permalink
add arm64 back in
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent ddd12f1 commit 4c6c4c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
config:
- { runs_on: "ubuntu-latest", arch: "amd64"}
# - { runs_on: "ubuntu-latest", arch: "arm64"}
- { runs_on: "ubuntu-latest", arch: "arm64"}
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
matrix:
config:
- { runs_on: "ubuntu-latest", arch: "amd64"}
# - { runs_on: "ubuntu-latest", arch: "arm64"}
- { runs_on: "ubuntu-latest", arch: "arm64"}
needs: build
steps:
- name: Check out repository
Expand Down

0 comments on commit 4c6c4c7

Please sign in to comment.