Skip to content

Commit eb94a60

Browse files
committed
work around multiple manifest list issue
1 parent 796e802 commit eb94a60

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,14 @@ jobs:
9999
- name: Build
100100
if: github.event_name == 'pull_request'
101101
run: |
102-
BASE=ghcr.io/coder/envbuilder-preview
102+
./scripts/build.sh \
103+
--arch=amd64
103104
104105
./scripts/build.sh \
105-
--arch=amd64 \
106-
--arch=arm64 \
107-
--arch=arm \
108-
--base=$BASE
106+
--arch=arm64
107+
108+
./scripts/build.sh \
109+
--arch=arm
109110
110111
- name: Build and Push
111112
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)