Skip to content

Commit

Permalink
trying: publish aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 13, 2023
1 parent dc4551f commit 1af946e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
name: Publish
runs-on: ubuntu-latest
needs: build
if: ${{ startsWith(github.ref, 'refs/tags/') }}

strategy:
matrix:
distro: [centos-7, bionic, aarch64]
distro: [aarch64]

steps:
- name: Login to ghcr
Expand All @@ -72,7 +71,7 @@ jobs:

- name: Determine tag
id: tag
run: echo "::set-output name=tag::${GITHUB_REF##*/}"
run: echo "::set-output name=tag::rust-1.71.0-openssl-3.1.3"

- name: Tag and push image
run: |
Expand Down

0 comments on commit 1af946e

Please sign in to comment.