Skip to content

Commit

Permalink
Release ARM images
Browse files Browse the repository at this point in the history
  • Loading branch information
progamesigner committed Sep 6, 2024
1 parent 39d336e commit 53a784f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
distro:
- ubuntu
include:
- distro: ubuntu
variant: jammy
variant:
- jammy
- noble
steps:
- run: |
TIMESTAMP=$(date --utc +'%Y%m%d')
Expand All @@ -31,6 +31,7 @@ jobs:
echo IMAGE_CREATED=$(date --utc +'%Y-%m-%dT%H:%M:%SZ') >> $GITHUB_ENV
echo IMAGE_TAGS=${IMAGE_TAGS} >> $GITHUB_ENV
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -59,5 +60,6 @@ jobs:
org.opencontainers.image.url=https://github.com/${{ github.repository }}
org.opencontainers.image.vendor=https://github.com/${{ github.repository }}
org.opencontainers.image.version=${{ github.sha }}
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.IMAGE_TAGS }}

0 comments on commit 53a784f

Please sign in to comment.