Skip to content

Commit

Permalink
switch back to arm64 docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
hennr committed Oct 2, 2023
1 parent 3da38c5 commit 2cfd3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew build

- name: build docker image
run: docker build -t hennr/cctray-hub:latest -t hennr/cctray-hub:$(date +%s) .
run: docker build --platform=linux/arm64 -t hennr/cctray-hub:latest -t hennr/cctray-hub:$(date +%s) .

- name: push image
run: docker image push --all-tags hennr/cctray-hub

0 comments on commit 2cfd3a7

Please sign in to comment.