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 21, 2024
1 parent aba9c0a commit 1d154e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
config:
- { platform: linux-x64, dist: "debian", target: x86_64-unknown-linux-gnu }
# - { platform: linux-arm64, dist: "debian", target: aarch64-unknown-linux-gnu }
# - { platform: linux-x64-alpine, target: x86_64-unknown-linux-musl }
# - { platform: linux-arm64-alpine, target: aarch64-unknown-linux-musl }
- { 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 }
environment: PROD
env:
CARGO_SERVER_SSL_CA: ${{ secrets.SERVER_SSL_CA }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: tagoio-relay-${{ env.FILENAME }}
name: ${{ env.FILENAME }}
retention-days: 1
path: target/${{ matrix.config.target }}/release/tagoio-relay

Expand Down

0 comments on commit 1d154e6

Please sign in to comment.