Skip to content

Commit

Permalink
chore: Update DockerHub workflow to use new platform configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 22, 2024
1 parent 89cc444 commit e80e864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
config:
- { platform: linux-amd64, dist: "debian", target: x86_64-unknown-linux-gnu }
- { platform: linux-arm64-v8, dist: "debian", target: aarch64-unknown-linux-gnu }
# - { platform: linux-amd64, dist: alpine, target: x86_64-unknown-linux-musl }
# - { platform: linux-arm64-v8, dist: alpine, target: aarch64-unknown-linux-musl }
- { platform: linux-amd64, dist: "alpine", target: x86_64-unknown-linux-musl }
- { platform: linux-arm64-v8, dist: "alpine", target: aarch64-unknown-linux-musl }
environment: PROD
env:
CARGO_SERVER_SSL_CA: ${{ secrets.SERVER_SSL_CA }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
matrix:
include:
- { dist: "debian", architecture: "linux/amd64,linux/arm64/v8" }
# - { dist: "alpine", architecture: "linux/amd64,linux/arm64/v8" }
- { dist: "alpine", architecture: "linux/amd64,linux/arm64/v8" }

steps:
- name: Checkout code
Expand Down

0 comments on commit e80e864

Please sign in to comment.