nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
2 additions and
0 deletions
-
.github/workflows/on-tag.yml
|
|
@ -48,6 +48,7 @@ jobs: |
|
|
|
- name: Run Docker buildx against the tag (specter-desktop) |
|
|
|
run: | |
|
|
|
docker buildx build \ |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \ |
|
|
@ -57,6 +58,7 @@ jobs: |
|
|
|
- name: build against latest (specter-desktop) |
|
|
|
run: | |
|
|
|
docker buildx build \ |
|
|
|
--build-arg $TAG \ |
|
|
|
--cache-from "type=local,src=/tmp/.buildx-cache" \ |
|
|
|
--cache-to "type=local,dest=/tmp/.buildx-cache" \ |
|
|
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \ |
|
|
|