Skip to content

Commit

Permalink
remove arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertodias committed Apr 8, 2024
1 parent 1defaf3 commit 5f7ca93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
DOCKERHUB_REPONAME: ps3dev
strategy:
matrix:
platform: [linux/amd64, linux/arm64]
platform: [linux/amd64]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
architecture: [x64]
defaults:
run:
Expand Down

0 comments on commit 5f7ca93

Please sign in to comment.